home *** CD-ROM | disk | FTP | other *** search
/ Disc to the Future 2 / Disc to the Future Part II Programmer's Reference (Wayzata Technology)(6013)(1992).bin / MAC / THINKC / TCL1 / __MANDEL / MANDELBR / CMANDELM.H < prev    next >
Text File  |  1992-03-25  |  222b  |  16 lines

  1. //    CMandelMap.h
  2.  
  3. #pragma once
  4.  
  5. #include "CPixMap.h"
  6.  
  7. class CMandelDataFile;
  8. class CMandelPictFile;
  9.  
  10. class CMandelMap: public CPixMap {
  11.  
  12.     public:
  13.     
  14.         void            IMandelMap(short theWidth, short theHeight, short theDepth);
  15.         
  16. };